-
Notifications
You must be signed in to change notification settings - Fork 547
feat(checker): add Apache commons-compress checker (#1040) #1666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1666 +/- ##
==========================================
- Coverage 80.45% 80.38% -0.08%
==========================================
Files 293 295 +2
Lines 6041 6050 +9
Branches 992 993 +1
==========================================
+ Hits 4860 4863 +3
- Misses 972 977 +5
- Partials 209 210 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
That is weird. If it were a local thing I'd assume it was a checker-not-loading issue, but we don't usually see those in Github Actions. I'm going to go ahead and update the branch and let it re-run the tests just in case it was something temporary. |
same thing |
Co-authored-by: Terri Oda <[email protected]>
@terriko btw this test (test/test_cli.py::TestCLI::test_console_output_depending_reportlab_existence) is failing everywhere |
thanks @terriko the mapping tests are passing now 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for tests to run but this should be good to merge.
Website: http://commons.apache.org/
CVEs: https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-59066/Apache-Commons-Compress.html
closes #1040